/*public*/

.size1 {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.backcolor {
    background: #3671cf;
}

.color {
    color: #3671cf;
}


/*menu*/

.menu {
    position: relative;
    z-index: 100;
}

.menu>li {
    height: 118px;
    line-height: 118px;
    width: 100px;
    float: left;
    text-align: center;
    position: relative;
}

.menu>li a {
    font-size: 16px;
    color: #494747;
}

.menu>li:hover,
.menu>li.hover {
    background: url(../images/navli.jpg) no-repeat center bottom;
}

.menu>li:hover a,
.menu>li.hover a {
    color: #fff;
}

.menu li span {
    display: block;
    text-align: center;
    font-size: 14px;
}

.menu .menu_2 {
    position: absolute;
    width: 100%;
    top: 58px;
    left: 0;
    display: none;
    overflow: hidden;
}

.menu .menu_2 li {
    background: #fff;
}

.menu .menu_2 a {
    display: block;
    font-size: 14px;
    line-height: 40px;
    color: #494747;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.menu li:hover .menu_2 {
    display: block;
}

.main {
    margin-bottom: 10px;
}


/*footer*/

.footer {
    background: url(../images/footerbg.jpg) repeat-x;
    overflow: hidden;
    padding-top: 46px
}

.footer .footcnt {
    min-height: 227px;
}

.footer h3 {
    width: 200px;
    border-bottom: 1px solid #ccc;
    font-size: 24px;
    line-height: 47px;
    color: #FFF;
    position: relative;
    margin-bottom: 20px
}

.footer h3::after {
    content: "";
    width: 50px;
    height: 4px;
    background: #137bc5;
    position: absolute;
    left: 0;
    bottom: -2px;
}

.footer .fl {
    width: 500px;
    margin-right: 0;
    color: #f2f2f2;
    font-size: 16px;
    line-height: 28px
}

.footer .fl li {
    width: 200px;
    float: left;
    line-height: 28px
}

.footer .fl li a {
    font-size: 16px;
    color: #f2f2f2
}

.footer .fr {
    font-size: 16px;
    color: #f2f2f2;
    text-align: center
}

.footer .fr img {
    width: 120px;
    height: 120px;
    display: block;
    margin: 0 auto
}

.footer_bottom {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: white;
    text-align: center;
}

.footer_bottom strong {
    font-weight: 500;
    padding: 0 30px;
}

.footer_bottom strong a {
    color: white;
}